Uses of Class
org.eclipse.vtp.framework.engine.runtime.Action

Packages that use Action
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Action in org.eclipse.vtp.framework.engine.runtime
 

Methods in org.eclipse.vtp.framework.engine.runtime that return Action
 Action Observer.getActionInstance()
           
abstract  Action Executable.getActionInstance()
          Returns the ID of the action instance that owns this executable.
 Action Action.getActionInstance()
           
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type Action
Observer(Blueprint blueprint, org.w3c.dom.Element[] elements, java.lang.String instanceID, ObserverDescriptor descriptor, Action observed)
          Creates a new Observer.